Skip to content

Add support for "for await" (asynchronous iteration) #654

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 10, 2016

Conversation

BenoitZugmeyer
Copy link
Contributor

That's my first edition of a vim syntax file, please review carefully.

Asynchronous iteration has recently been promoted to stage3, so its syntax is now quite stable and should land in ES as is.

@bounceme
Copy link
Collaborator

bounceme commented Oct 3, 2016

can it be braceless?

for await (;;)
  something()

@bounceme
Copy link
Collaborator

bounceme commented Oct 3, 2016

it must be, if for-of can. never mind

bounceme added a commit that referenced this pull request Oct 3, 2016
@bounceme bounceme mentioned this pull request Oct 3, 2016
bounceme added a commit that referenced this pull request Oct 3, 2016
@bounceme
Copy link
Collaborator

bounceme commented Oct 4, 2016

have any thoughts @amadeus ?

@amadeus amadeus merged commit 06a3b81 into pangloss:develop Oct 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants